@charset "utf-8";
/* CSS Document */

 a{  text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());color:#666666; font-family:"微软雅黑"}
 a:visited{text-decoration:none ;}
 a:active{text-decoration:none;}
 a:hover{ color:#0f3b70;outline:none;text-decoration:none;}
 
body, div, p, span, ul, li, dl, dd, h1, h2, h3, a, input, img {
    margin: 0;
    padding: 0;
}



html {font-size:62.5%;}
body{ background:#FFF; font-family:"微软雅黑"; font-size:14px; font-size:1.4em;}

/*导航样式开始*/
.navbar-default {
	background: #ffffff;
	box-shadow: 0 0px 3px #a1a1a1;
	-webkit-box-shadow: 0 0px 3px #a1a1a1;
	-moz-box-shadow: 0 0px 3px #a1a1a1;
	-o-box-shadow: 0 0px 3px #a1a1a1;
	border: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin: 0;
}
.navbar-header {
	z-index: 99;
	position: relative;
}
.navbar-brand {
	height: auto;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #333333;
	font-size: 19px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 700;
	margin: 0 0 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	color: #333333 !important;
	padding: 30px 15px;

	z-index: 99999;
}
.navbar-brand span {
	color: #E60012;
}
.navbar-nav {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
	color: #777777 !important;
	font-size: 16px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding:20px 0;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a.active {
	color: #333333 !important;
}
.navbar-nav li.drop {
	position: relative;
}
.navbar-nav li:hover ul.drop-down {
	opacity: 1;
	display: block;
}
.navbar-nav li.search {
	position: inherit;
}
.top-line {
	padding:10px 0;
	background: #ff0000;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	overflow:hidden
}
.top-line ul.info-list {
	margin: 0;
	padding: 0;
}
.top-line ul.info-list li {
	display: inline-block;
	margin-right: 25px;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
}
.top-line ul.info-list li i {
	color: #E60012;
	font-size: 14px;
	margin-right: 10px;
}
.top-line ul.social-icons {
	margin: 0;
	padding: 0;
	text-align: right;
}
.top-line ul.social-icons li {
	display: inline-block;
	margin-left: 9px;
	color:#ffffff; font-size:1.2rem
}
.top-line ul.social-icons li .ff{ font-size:1.6rem; position:relative; top:2px; margin-right:5px;}
.top-line ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-size: 13px;
	color: #ffffff;
}
.top-line ul.social-icons li a:hover {
	color: #E60012;
}
header.active .top-line {
	height: 0;
	padding: 0;
}
.navbar-collapse {
	position: relative;
}
ul.drop-down {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 230px;
	top: 100%;
	left: 50%;
	transform:translateX(-50%);
	padding: 10px 0;
	border-top: 2px solid #ff0000;
	opacity: 0;
	display: none;
	background: rgba(255, 255, 255, 0.98);
}
ul.drop-down li {
	display: block;
}
ul.drop-down li a {
	padding: 10px 0px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: block;
	color: #333333;
	font-size: 14px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	white-space:nowrap;
}
ul.drop-down li a:hover {
	color: #ff0000;
	display:block !important
}
.form-search {
	position: absolute;
	top: 100%;
	z-index:100;
	right: 0;
	left: 0;
	width: 100%;
	background: #f5f5f5;
	padding: 4px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
	font-size: 12px;
	color: #777777;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 10px;
	margin: 0;
	color: #333333;
	padding: 8px 10px;
	border: none;
	width: 100%;
	outline: none;
	background: transparent;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.form-search button {
	background: transparent;
	border: none;
	float: right;
	margin-top: -29px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}
.form-search button i {
	color: #E60012;
	font-size: 16px;
}
.form-search.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
#container {
	padding-top: 214px;
}
.top-line ul.info-list li {
	font-size: 13px;
}

.navbar-brand .logo-m {
	display: none;
}
.navbar-brand .logo {
	height:60px;
	width: 33.54vw;
	background: url(../images/logo.jpg) no-repeat;

	text-indent: -1000em;
}
	
@media (max-width:768px) {
.navbar-brand .logo {
	height:25px;
	width: 260px;
		-webkit-background-size: contain;
	background-size: contain;
	}
}


@media (max-width:320px) {
.navbar-brand .logo {
	max-height:22px;
	}
}


.synav{ border-top:1px solid #dfdfdf}
.nav-tel{ padding-top:20px; font-size:16px;}
.nav-tel span{ font-size:18px; color:#d40202; font-weight:bold}
.nav-tel1{ padding-left:10px; padding-top:12px;}
.nav-tel2{ padding-left:10px;}
.navbar-collapse ul{    display: flex;}
.navbar-collapse ul li{flex: 1; text-align:center; background:url(../images/x.png) no-repeat right 15px;}

.navbar-collapse ul li ul li{ background:none;} 
@media (min-width: 768px){
.navbar-nav {    float: none;    margin: 0;}
}

ul.drop-down {
	display:none
}
.navbar-default .navbar-nav > li > a {
	color: #333333!important;
}
.navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #333333!important;
}
.navbar-nav .drop-down .Lev2 {
	position: relative;
}
.navbar-nav .drop-down .sub-menu3 {
	display: none !important;
}
.navbar-nav .drop-down .Lev2:hover .sub-menu3 {
	display: block !important;
	left: 100%;
	top: 0!important;
	margin-top: -12px!important;
}
/*导航样式结束*/
/* 响应式样式开始 */

@media (min-width:1890px) {
#navigation .menu1 {
	margin: 0 7px;
}
}
 @media (max-width : 1199px) {
body {
	word-break: break-all;
	word-wrap: break-word
}
#container {
	padding-top: 155px;
}

.topbar-left {
	width: auto;
	float: left;
}
.topbar-right {
	width: auto;
	float: right;
}
.top-line ul.info-list li {
	margin-right: 20px;
}
.navbar-toggle {
	display: block !important;
	margin-top: 40px;
	margin-right: 0;
	padding: 7px 8px;
	border: 1px #ddd solid;
	border-radius: 5px;
}
.navbar-toggle .icon-bar {
	width: 18px;
}
#bs-example-navbar-collapse-1 {
	display: none !important;
}
.navbar .navbar-header {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
#mmenu {
	border-left: 1px #E5E5E5 solid;
}
#mmenu .mmDiv {
	padding-top: 20px;
}
#mmenu .mm-title {
	padding: 12px 0 11px;
}
#mmenu .mm-search-form {
	margin: 0;
}
#mmenu .mm-search {
	position: static;
	padding-left: 0;
	margin-top: 10px;
	padding-right: 0;
	margin-bottom: -17px;
}
#mmenu .mm-search .side-mm-keyword {
	max-height: 32px;
	height: 32px;
	padding: 0 16px;
}
#mmenu .noblock {
	display: inline !important;
	padding: 10px; margin-left:10px;
}
#mmenu .MMhead {
	line-height: 2.8;
	border-bottom: 1px #E5E5E5 solid;
	margin: 0 -20px;
	padding-left: 10px;
}
#mmenu .MMhead a {
	background: none;
}
#mmenu .mm-header .mm-title {
	top: -10px;
	font-size: 14px;
}
#mmenu a {
	color: #333;
	font-size: 14px;
}
#mmenu a:hover, #mmenu a:active {
	color: #AF7F48
}
#mmenu .mm-listview > li > a, #mmenu .mm-listview > li > span {
	padding: 10px 10px 10px 20px;
}
}
@media (max-width : 990px) { /* 960 */

.top-line {
	padding: 10px 0 8px;
}
.navbar-toggle {
	display: block !important;
	margin-top: 22px;
	margin-right: 0;
	padding: 7px 8px;
	border: 1px #ddd solid;
	border-radius: 5px;
}
.top-line ul.info-list li.tb-adword {
	display: none;
}
#container {
	padding-top: 153px;
}
}
@media (max-width : 768px) { /* 向下考虑iphone6的667px和736px */
.top-line ul.info-list li.tb-email {
	display: none;
}
#container {
	padding-top: 126px;
}
.navbar-toggle {
	display: block !important;
	margin-top: 22px;
	margin-right: 0;
	padding: 7px 8px;
	border: 1px #ddd solid;
	border-radius: 5px;
}
}
@media (max-width : 740px) { /* 双行，568px,600px,640px */
.top-line {
	display: block;
}
#container {
	padding-top: 106px;
}
.navbar-brand {
	padding: 22px 5px 18px 0;
}
}
@media (max-width : 480px) {
.cate-itme {
	width: 100%;
}

.top-line {
	display: none;
}
#container {
	padding-top: 68px;
}
}
@media (max-width : 420px) {/* 单行，240px,320px,375px,384px,414px */
.top-line ul.info-list li.tb-phone {
	display: none;
}
#container {
	padding-top: 63px;
}
}
@media (max-width : 320px) {/* 单行，240px,320px,375px,384px,414px */
.top-line ul.info-list li.tb-phone {
	display: none;
}
.navbar-toggle {
	display: block !important;
	margin-top: 17px;
	margin-right: 0;
	padding: 7px 0px;
	border: 1px #ddd solid;
	border-radius: 5px;

}
}
/* 响应式样式结束 */




/*产品*/

.con_bt{ text-align:center; padding:3vh 0}
.con_bt .bt1{ font-size:3.8rem; font-weight:bold; color:#302e29}
.con_bt .bt2{ font-weight:bold; color:#302e29; font-size:2rem}
.con_bt .bt3{ font-size:1.4rem; color:#656565}


.cpfl_bt{ background:url(../images/cp_bj.jpg) no-repeat; background-size:cover; padding:10px 0;  color:#FFF;}
.cpfl ul{ background:#222222;}
.cpfl ul li{ margin-bottom:5px; font-size:14px; font-weight:bold;  text-indent:30px;}
.cpfl ul li:last-child{ margin-bottom:0}
.cpfl ul li a{ color:#ffffff;background:url(../images/li1.png) no-repeat 10px 15px #393939; display:block; padding:12px 0; }

.cpfl ul li ul{ background:#222222; padding:8px 0}
.cpfl ul li ul li{text-indent:40px; margin-bottom:0; font-size:13px; font-weight:normal;}
.cpfl ul li ul li a{background:url(../images/li2.png) no-repeat 25px 17px #222222;display:block; padding:10px 0;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

 .product_left{width:100%; position:relative; margin-bottom:5px;}
 .product_left .pl_ul{width:calc(100%); border-bottom:1px solid #CCC; height:51px;position:relative;}
 .product_left .pl_ul .first_li{width:100%;height:50px;line-height:50px;display:block;text-indent:20px;color:#333;background:#e6e6e6;font-size:13px;}
 .product_left .pl_ul .ul_li{width:calc(100%);position:absolute;top:49px;left:0;background:#F00;display:none;z-index:20;border-top:1px solid #D0D0D0;}
 .product_left .pl_ul .ul_li a{width:100%;height:40px;line-height:40px;display:block;text-indent:20px;color:#333;background:#ffffff;border-bottom:1px solid #D0D0D0;font-size:13px;}
 .product_left .pl_right{width:50px;height:50px;background:#e6e6e6;background-size:auto 50%; position:absolute; top:0; right:0}
 .product_left .pl_right i{display:block;width:100%;height:100%;background:url(../images/cli.png) no-repeat center center;transform:rotate(90deg);transition:transform .3s ease-out;}
 .product_left .pl_right i.on{transform:rotate(-90deg);}



.cp_lx{ background:#cf0418; padding:40px 25px; color:#FFF; }
.cp_lx div{ line-height:1.8}
.cp_lx .lx1 i{ font-size:20px;}
.cp_lx .lx2{ font-size:25px; font-weight:bold}
.cp_lx .lx3{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

@media (max-width : 1200px) {
	.cp_lx .lx2{ font-size:15px; font-weight:bold}
	}


.ss_tu img{ width:100%}
.ss{ background:#e1e3e5; padding:15px 0; overflow:hidden}
.ss .ss1{ padding-top:25px; font-size:16px; color:#4f4f4f; padding-bottom:10px;}
.ss .btn{ background:#343434; color:#ffffff; padding:6px  20px}
.ss .ss2{ padding:10px 0; font-size:15px; color:#4f4f4f;}
.ss .ss3{ background:#ffffff; padding:8px 10px; text-align:center; margin-top:15px; border-radius:20px; color:#c93233 }
.ss .ss3 a{ color:#c93233; font-size:16px; font-weight:bold}


.cpfl-cp{ overflow:hidden;}
.center .slid_img1{ margin:0 7px; }
.center .slid_img1 p{ width:100%; line-height:33px;}
.center .slid_img1 p a{ color:#343434;}
.center .slid_img1 p a:hover{ color:#333333}


.yy { margin:20px 0 0; background:#c40000; overflow:hidden;}
.yy img{width:100%}
.yy .col-md-6{ padding:0}
.yy .col-xs-12{ padding:0}
.yy .yyzi{ position:relative; background:url(../images/about-zi.jpg) no-repeat; background-size:cover}
.yy .yy_zi .col-xs-12{ padding-left:15px; padding-right:15px;}
.yy .yy_zi{ position:relative;color:#FFF; overflow:hidden; padding:60px 0 20px;}
.yy .yy_zi .p1{ font-size:34px; font-weight:bold}
.yy .yy_zi .p3 {    font-size: 30px;    font-weight: bold;}
.yy .yy_zi .p4 h3{ font-size:17px; margin-top:20px; margin-bottom:10px}
.yy .yy_zi .p4 p{ margin-top:15px;}


@media (min-width : 992px) and  (max-width : 1440px)  {
.yy .yy_zi{ position:relative;color:#FFF; overflow:hidden; padding:15px 0 15px;}
.yy .yy_zi .p1{ font-size:25px; font-weight:bold}
.yy .yy_zi .p3 {    font-size: 20px;    font-weight: bold;}
.yy .yy_zi .p4 h3{ font-size:15px; margin-top:10px; margin-bottom:10px}
.yy .yy_zi .p4 p{ font-size:12px;}
}



.about{ background:#f6f6f6; padding-top:30px; padding-bottom:60px;}
.about_bt{ background:url(../images/a_bt.png) no-repeat center center; background-size:cover; height:80px;text-align:center; font-size:30px; position:relative}
.about_bt b{ color:#c40000; font-weight:normal}
.about_nr{ text-align:center; padding:20px 0; line-height:1.8; clear:both; font-size:15px;}
.about_img{ text-align:center; padding:35px 0}
.about_img img{ max-width:100%} 
.about_more{ text-align:center; padding:30px 0}
.about_more a{ padding:8px 35px; border:1px solid #999; border-radius:25px; margin-left:15px; color:#666; transition:ease-in 0.3s}
.about_more a:first-child{ margin-left:0; background:#c40000; color:#FFF; border:1px solid #c40000;}
.about_more a:hover{ background:#c40000; border:1px solid #c40000; color:#FFF}


@media (max-width : 768px)  {
.about_bt{ background:url(../images/a_bt.png) no-repeat center center; background-size:cover; height:80px;text-align:center; font-size:20px; position:relative}
.about_bt span{ position:relative; top:12px;}
}


.honor{ background:url(../images/ys_tu.jpg) no-repeat top center; background-size:cover; background-attachment:fixed; min-height:800px;}
.honor_bt1{ text-align:center; font-size:3rem; color:#FFF; padding-top:70px}
.honor_bt2{ text-align:center; color:#FFF; font-size:2.8rem}

.hon{ margin:20px auto 0; overflow:hidden}
.hon .slid_img{ background:#FFF;margin:0 5px; padding-bottom:30px; border-right:1px solid #807f7e; border-left:1px solid #807f7e }
.hon .slid_img img{ width:100%; position:relative; z-index:1;}
.hon .slid_img p{ text-align:left; margin:0 15px; }
.hon .slid_img .slid1{ font-weight:bold; font-size:26px; color:#323232; padding-top:30px;}
.hon .slid_img .slid2{ padding-top:10px; color:#d9251b;}
.hon .slid_img .slid3{ padding-top:10px; line-height:1.8; color:#666666}

.h_more{ text-align:center; color:#FFF; font-size:18px; padding-top:30px;}

@media (max-width : 768px)  {
.h_more{ text-align:center; color:#FFF; font-size:14px;padding-top:15px;}
}


.news{ padding-bottom:70px;}
.news .news_tu{ margin-bottom:20px;}
.news .news_tu img{ width:100%;}

.news a{padding:11px 0;display:block;height:104px;border-bottom:1px solid #E3E3E3;}

.news a .time{width:81px;height:81px;float:left; border-right:1px solid #cdcdcd}
.news a .time .day{font-size:24px;display:block; height:50px; line-height:50px;text-align:left;  font-weight:bold;color:#343434;margin-top:2px;}
.news a .time .year{height:23px;padding-bottom:7px;background:#FFF;line-height:21px;display:block;text-align:left;color:#c40000;font-size:14px;padding-bottom:2px;}
.news a .txt{width:calc(100% - 111px);float:right;}
.news a .txt p{color:#888;line-height:24px;font-size:12px;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news a .txt p:first-child{font-weight:bold;font-size:15px;color:#333;line-height:33px;height:33px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}


@media (min-width : 992px) and  (max-width : 1199px)  {
.news .news_tu{ margin-bottom:20px; margin-top:3.5vh}
}


.yqlj{ border-top:1px solid #d9d9d9; padding-top:40px; padding-bottom:20px;}
.yqlj{ font-size:16px;}
.yqlj a{ font-size:14px; padding:0px 10px; line-height:2}



.footer{ background:#c40000;}

.footer_s{ margin-left:-15px; margin-right:-15px;padding:30px 0; border-bottom:1px solid #cd5858;}
.f_s{ padding:10px 0; overflow:hidden}
.f_s_1{ width:80%; float:left; color:#FFF; font-size:16px;}
.f_s_1 span{ color:#e79999; font-size:13px;}
.f_s_2{ width:20%; float:right; font-size:30px; color:#FFF; text-align:center; border-right:1px solid #FFF}
.f_s_2:last-child{ border-right:none;}


.footer_x{ padding:30px 0}

 .footer_x_1 input{background:#ff7575; width:100%; border:none; color:#FFF}
 .footer_x_1 input::-webkit-input-placeholder {color: #ffffff;}
 .footer_x_1 .form-control{ border-radius:0; padding:2.5vh 0; text-indent:0.2cm}
 .footer_x_1 .btn{background:#969696;display:block;color:#FFF;text-align:center;padding:1.4vh 0; border-radius:0}
 
  .footer_x_2{ font-size:15px; color:#e79999; padding:10px 0}
  .footer_x_3{ font-size:16px; color:#ffffff; padding:20px 0 0}
  .footer_x_3 a{ color:#FFF}
  .footer_x_4{ font-size:15px; color:#e79999; padding:10px 0}

.footer_x .ewm{ text-align:center;}
.footer_x .ewm img{ max-width:100%}


#adleft{position:fixed;left:0;bottom:20px;width:210px;height:299px;background:url(../images/ad.jpg) no-repeat center center;background-size:cover;z-index:9999;}
#adleft .close{width:30px;height:30px;position:absolute;top:0;right:0;background:url(../images/closeicon.png) no-repeat center center #FFF;}

@media (max-width :1229px) {
	#adleft{display:none;}
}

/*floatvideo*/
.floatvideo{position:fixed;right:0;bottom:0;z-index:10;}
.floatvideo i{display:block;width:120px;height:120px;background:url(../images/videobg.jpg) no-repeat center center;background-size:cover;cursor:pointer;}
.floatvideo i:before{content:'';width:100%;height:100%;background:url(../images/fv_icon.png) no-repeat center center rgba(0,0,0,.4);position:absolute;left:0;top:0;}
.floatvideo .f_video{width:260px;height:459px;position:absolute;left:-260px;bottom:0;display:none;}
.floatvideo .f_video video{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.floatvideo .f_video em{display:block;width:30px;height:30px;position:absolute;top:0;right:0;background:url(../images/closeicon.png) no-repeat center center #FFF;cursor:pointer;}
@media (max-width :1229px) {
	.floatvideo{display:none;}
}

.pr_img{width:100%;margin-top:10px;}
.pr_img img{width:100%;height:100%;display:block;}










 .ul-hn{
    overflow: hidden;
    margin:0 -10px;
}
.ul-hn li{
    width: 33.333%;
    float: left;
}
.ul-hn .con{
    margin:0 10px;
}
.ul-hn .num{
    margin:0 auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 32px;
    color:#fff;
    border-radius: 50%;
    background: #c40000;
    position: relative;
    z-index: 2;
}
.ul-hn .box{
    margin-top: -40px;
    border:1px solid #eee;
    text-align: center;
    padding: 60px 20px 20px;
    height: 200px;
}
.ul-hn .box .tit{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ul-hn .box .desc{
    font-size: 14px;
    line-height: 1.5;
}







@media (max-width :1229px) {
	.ul-hn li{width: auto;float: none;margin-bottom: 15px;}
}
